string[] 和 arraylist互轉及問題解決 1,String 數組轉成 list<String> String 數組在轉成 list<String>后, 直接對該list進行操作, 會出異常,例如: ...